home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-11-10 | 957 b | 29 lines | [TEXT/GEOL] |
- Item 4114344 9-Nov-89 08:05
-
- From: MID France, Dev, MID/Nautil
-
- To: MACAPP.TECH$ MacApp Technical
-
- Sub: TView expansion
-
- I am working with a view (contained in a scroller) wich needs to expand its
- frame on every dimension (top, left, right and bottom) because some objects
- shown by the view can grow.
- i.e: the TView fields fSize _and_ fLocation are variable depending on the
- content.
-
- The problem is that TView methods related to expansion are focused on the size:
- AdjustSize, CalcMinSize, Resize, etc... but the TView location is practically
- constant. One could think that a TView expansion is always done on right or on
- bottom.
-
- My questions:
- - Is it possible to grow on top or on left for a TView?
- - How can I adjust scrolling when resizing the top and the left side of an
- object located on the top left corner of a scroller?
-
- Thanks,
- Etienne Vautherin
-
-
-